/* Use this file to write custom styles. */
/*
CSS to hide Email login button on the dual auth landing page. 
*/


#Content_SecondAuthModePanel
{
  display: none;
}

.authchoice
{
  display: none;
}


/* CSS to remove language indicator flag from library

*/

.flag{
display: none;
}



/*
CSS to show information banner on top of the screen. 
*/


/* comment section for notification banner 


.master:not(.contentMaster):not(.editProjectMaster) .page:before {

    content: 'Due to an update the Assima platform will not be available between 28th (6pm CET)-30th November 2025!';

    margin-left: 9%; 

    font-weight: bold;
    font-size: 33px;

    color : red;
    
    
} 
*/

/*
.master:not(.contentMaster):not(.editProjectMaster) .page:before {
    text-align: center; /* Center the text in the containing element 
    content: 'Please note: As of the afternoon (CEST time zone) of 1st April 2025 the Assima portal will be reachable via the new URL \A "https://asg-portal.assima.cloud/". Please update your bookmarks accordingly. \A Dear suppliers: Please refer to the ALDI/Hofer portal for new links.';

    margin-left: 0%; 

    font-weight: bold;
    font-size: 33px;

    color : red;
    white-space: pre-line; /* This allows the content to respect line breaks 
    
    
} 
*/

